6c576709131b9c5706a09b0bc6d2d722bd04af35,io/plugins/eu.esdihumboldt.hale.io.gml.geometry.test/src/eu/esdihumboldt/hale/io/gml/geometry/handler/compositeGeometries/CurveGeometryTest.java,CurveGeometryTest,testCurveGml32_Grid,#,653

Before Change


			// 12. segments with CubicSpline defined through coordinates
			assertTrue("Twelveth sample feature missing", it.hasNext());
			instance = it.next();
			checkCurvePropertyInstance(instance, false);

			// 13. segments with Geodesic defined through posList
			assertTrue("Thirteenth sample feature missing", it.hasNext());

After Change


			assertTrue("Nineth sample feature missing", it.hasNext());
			instance = it.next();
			// FIXME this is not an accurate representation
			checkSingleGeometry(instance, lineStringGridChecker);

			// 10. segments with Circle defined through coordinates
			assertTrue("Tenth sample feature missing", it.hasNext());